/*首页分类选项卡*/

.index_erji{ width:1200px; margin:0 auto;height:40px; line-height:40px;}
.index_erji ul{ width:650px; margin:15px auto; display:block;}
.index_erji li{ width:110px; height:30px; line-height:30px;margin:0px 10px; display:block; float:left; text-align:center;}
.index_erji li a{ width:110px; height:30px; display:block; background:#bdbdbd; color:#fff; border-radius:15px;}
.index_erji li a:hover{background:#ff6400;}
.index_erji li.current a{background:#ff6400;}


.index_erji2{ width:1200px; margin:0 auto;height:40px; line-height:40px;}
.index_erji2 ul{ width:390px; margin:15px auto; display:block;}
.index_erji2 li{ width:110px; height:30px; line-height:30px;margin:0px 10px; display:block; float:left; text-align:center;}
.index_erji2 li a{ width:110px; height:30px; display:block; background:#bdbdbd; color:#fff; border-radius:15px;}
.index_erji2 li a:hover{background:#ff6400;}
.index_erji2 li.current a{background:#ff6400;}

.index_pro ul{width:1224px; margin-left:-12px;}
.index_pro li{ width:280px; height:400px; float:left; padding:13px; overflow:hidden; padding-top:10px;}
.index_pro li img{ width:278px; height:360px; transition: all 0.4s ease-in-out; border:#d3d3d3 solid 1px; border-radius: 5px;}
.index_pro li span{ height:25px; line-height:25px; display:block; text-align:center;}
.index_pro li img:hover{width:278px; height:360px; box-shadow: 0px 5px 13px #232323; transform: translate(0,-3px);}